
.nav_seek_new {
	position: relative;
}
.nav_seek_new_control {
	padding-left: 20px !important;
}
.nav_search_box {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 300px;
	height: auto;
	background: #fff;
	box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.2);
	right: 0;
	top: 120px;
	margin: auto;
	font-family: "PingFang SC", Arial, "Microsoft YaHei", Tahoma, Helvetica, sans-serif;
}
/* 控制中心 */
.nav_search_box_control {
	position: absolute;
	right: -18px !important;
	top: 50px !important;
}

.nav_search_box .drop_sj {
	position: absolute;
	width: 13px;
	height: 6px;
	background-image: url(../imgs/drop_sj.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: -5px;
	right: 30px;
}

.nav_search_box .seek_cont {
	height: 56px;
    background: #fff;
    padding: 0 20px;
}

.nav_search_box .seek_cont .seek_cont_l {
	position: relative;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #E1E6F0;
}

.nav_search_box .seek_cont .seek_cont_l .seek_input_wrap {
	display: block !important;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 14px;
	padding-right: 14px;
	box-sizing: border-box;
}
.nav_search_box .seek_cont .seek_cont_l i.close_search {
	position: absolute;
	cursor: pointer;
	right: 0;
	font-size: 12px;
	top: 0;
	color: #8187A1;
	height: 56px;
	line-height: 56px;
	z-index: 999;
}
.nav_search_box .seek_cont .seek_cont_l i.close_search:hover {
	color: #3464FF;
}

.nav_search_box .seek_cont .seek_cont_l .select {
	position: relative;
	width: 76px;
	height: 34px;
	font-size: 14px;
	color: #040F43;
	line-height: 34px;
	cursor: pointer;
}

.nav_search_box .seek_cont .seek_cont_l .select i {
	font-size: 12px;
	color: #040F43;
	line-height: 34px;
}

.nav_search_box .seek_cont .seek_cont_l .select .seach_select {
	display: none;
	position: absolute;
	width: 86px;
	background: #fff;
	z-index: 30;
	top: 42px;
	right: 0;
	padding: 5px 0;
	border-radius: 4px;
	box-shadow: 0px 0px 12px 0px rgba(7, 17, 27, 0.1);
}

.nav_search_box .seek_cont .seek_cont_l .select .seach_select li {
	padding-left: 10px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	cursor: pointer;
}

.nav_search_box .seek_cont .seek_cont_l .select .seach_select li:hover {
	background-color: #F2F5FF;
	color: #3464FF;
}

.nav_search_box .seek_cont .seek_btn {
	width: 78px;
	height: 36px;
	background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
	border-radius: 0px 2px 2px 0px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}

.nav_search_box .seek_cont .seek_btn i {
	font-size: 13px;
	color: #fff;
	margin-right: 6px;
	line-height: 34px;
}

.nav_search_box .seek_his_box p {
	font-size: 12px;
	color: #8187A1;
	padding: 16px 20px 10px;
	line-height: 12px;
}

.nav_search_box .seek_his_box .his_del_btn {
	font-size: 14px;
	vertical-align: -1px;
	margin-left: 4px;
	cursor: pointer;
}
.nav_search_box .seek_his_box .his_del_btn:hover {
	color: #3464ff;
}

/* 历史记录 */
.nav_search_box .seek_his_ul {
	padding: 0 17px 20px 10px;
	overflow: hidden;
}
.nav_search_box .seek_his_ul::-webkit-scrollbar {
	width: 0px;
}
.nav_search_box .seek_his_ul li {
	float: left;
    margin: 6px 0 3px 10px;
    border: 1px solid #DFDFE0;
    border-radius: 4px;
    transition: all .3s;
}
.nav_search_box .seek_his_ul li .seek_his_ul_div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 46px;
	position: relative;
}
.nav_search_box .seek_his_ul li .seek_his_ul_div::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #E1E6F0;
	bottom: 0px;
	left: 0;
}
.nav_search_box .seek_his_ul li a {
	display: block;
    padding: 8px 10px;
    line-height: 1.2;
    font-size: 12px;
    color: #4D5260;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav_search_box .seek_his_ul li i {
	font-size: 12px;
	color: #8187A1;
	flex-shrink: 0;
	display: none;
	height: 46px;
    line-height: 46px;
}
.nav_search_box .seek_his_ul li:hover {
	border-color: #3464FF;
}
.nav_search_box .seek_his_ul li:hover a {
	color: #3464FF;
}
.nav_search_box .seek_his_ul li:hover i {
	display: block;
}
.nav_search_box .seek_his_ul li i:hover {
	color: #3464FF;
	cursor: pointer;
}

/* 清空历史 */
.nav_search_box .seek_his_box .his_del {
	width: 100%;
	height: 58px;
	display: flex;
    justify-content: center;
	padding: 15px 19px;
	box-sizing: border-box;
}
.nav_search_box .seek_his_box .his_del span {
	cursor: pointer;
	color: #8187A1;
	font-size: 14px;
	line-height: 24px;
	display: flex;
    justify-content: center;
}
.nav_search_box .seek_his_box .his_del span i {
	font-size: 18px;
	vertical-align: -2px;
	margin-right: 4px;
}
.nav_search_box .seek_his_box .his_del span:hover {
	color: #3464FF;
}

/* 猜你想搜 */
.nav_search_box .seek_guess_box {
	width: 100%;
	max-height: 551px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.seek_guess_ul {
	padding: 20px;
}
.nav_search_box .seek_guess_box::-webkit-scrollbar {
	width: 4px;
}
.nav_search_box .seek_guess_box p {
	font-size: 12px;
	color: #8187A1;
	padding: 17px 20px 7px;
	line-height: 18px;
}
.nav_search_box .seek_guess_box .seek_guess_ul.guess_1 a span,
.nav_search_box .seek_guess_box .seek_guess_ul.guess_2 a span {
	font-weight: bold;
	font-size: 14px;
}
.nav_search_box .seek_guess_box .seek_guess_ul.guess_3 a {
	font-weight: 400;
	font-size: 12px;
	color: #040F43;
	margin-right: 4px;
	width: auto;
}
.nav_search_box .seek_guess_box .seek_guess_ul .seek_guess_category_des {
	color: #121212;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.nav_search_box .seek_guess_box .seek_guess_ul li .seek_guess_ul_div {
	display: flex;
	align-items: center;
	position: relative;
}
.nav_search_box .seek_guess_box .seek_guess_ul.guess_3 li:last-child .seek_guess_ul_div::after {
	border: none;
}
.nav_search_box .seek_guess_box .seek_guess_ul li a {
	color: #8187a1;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	flex: 1;
}
.nav_search_box .seek_guess_box .seek_guess_ul li a span {
	color: #3464FF;
}
.nav_search_box .seek_guess_box .seek_guess_ul li i {
	font-size: 12px;
	color: #8187A1;
	flex-shrink: 0;
	height: 46px;
	line-height: 46px;
}
.nav_search_box .seek_guess_box .seek_guess_ul li:hover a,
.nav_search_box .seek_guess_box .seek_guess_ul li:hover i {
	color: #3464FF;
	cursor: pointer;
}

/* 暂无相关搜索记录 */
.nav_search_box .seek_empty_box {
	text-align: center;
    font-size: 12px;
    color: #8187a1;
    padding: 10px 20px 26px;
	line-height: 17px;
}
.nav_search_box .seek_empty_box .seek_empty_img {
	width: 125px;
	height: 112px;
	display: inline-block;
	vertical-align: bottom;
}
/* 控制中心--空状态 */
.nav_search_box_control .seek_empty_box .seek_empty_img {
	background-image: url(../imgs/sou_empty.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.nav_search_box .seek_empty_box .seek_empty_desc {
	font-weight: 400;
	font-size: 14px;
	color: #8187A1;
	line-height: 18px;
	margin-top: -2px;
}

.color-3464FF {
	color: #3464FF !important;
}
.font-size-14 {
	font-size: 14px !important;
}
.seek_guess_ul_title {
	color: #121212;
    font-size: 14px !important;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.seek_guess_ul_div_frist {
	margin-bottom: 8px;
}
.nav_search_box .seek_guess_box .seek_guess_ul.guess_3 {
	line-height: 50px;
	text-align: center;
	color: #8187A1;
	font-size: 14px;
}